CreateUserWhiteList
Description
Add the specified risk items to the baseline whitelist. The baseline check will not report the risk items in the whitelist.
Request Method
POST
Request Path
/apsara/route/aegis/CreateUserWhiteList
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| RiskIdList | BODY | string | No | No sample value for this parameter. | risk item ID to be added to the whitelist, multiple IDs are separated. |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | no demo value | request ID. |
Example
Successful Response example
{
"RequestId":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}